home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
athlete_.swf
/
scripts
/
DefineButton2_107
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-12
|
191 b
|
10 lines
on(release){
_root.p1type--;
if(_root.p1type < 1)
{
_root.p1type = 6;
}
p1.gotoAndStop(_root.p1type);
p1name = "\'" + _root.names[_root.p1type - 1] + "\'";
}